Carbon


KCMakeKCRefFromFSSpec

Header: Keychain.h Carbon status: Under Evaluation

Creates a keychain reference from a file specification record.

OSStatus KCMakeKCRefFromFSSpec (
    FSSpec *keychainFSSpec, 
    KCRef *keychain
);
Parameter descriptions
keychainFSSpec

A pointer to a keychain file specification record.

keychain

On return, a pointer to a reference to the keychain specified by the file in the keychainFSSpec parameter.

function result

A result code.

SPECIAL CONSIDERATIONS

When you are finished with a keychain, you should call the function KCReleaseKeychain to deallocate its memory. You should not use the keychain after its memory has been deallocated.

VERSION NOTES

Available beginning with Keychain Manager 2.0.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)